Documentation > CMS Template API Library > Meta > Item[String]
Item[String]
Gets the string with the specified key.
Type
System.String
Value
The field value.
Parameters
Name | Description | Type |
---|---|---|
key | The field name. | System.String |
Code Example
C#
Sample:
//reading example string value = asset.Meta["key"];